home *** CD-ROM | disk | FTP | other *** search
/ internet.au CDrom 42 / NETCD42.iso / chat / mac / snak.hqx / Snak 2.0b4 / Snak Manual 2.0b4.rsrc / TEXT_143.txt < prev    next >
Encoding:
Text File  |  1998-09-24  |  15.0 KB  |  320 lines

  1.  
  2.  
  3. Version History
  4.  
  5. 2.0b4 released 09/23/98
  6. This version support for /timers and event handlers in scripts and has very extensive compatibility with ircII scripts. Please see the scripting chapter for complete information about the scripting support.
  7.  
  8. Now brings up the DCC status window when a DCC transfer is started with drag and drop
  9.  
  10. Underlined text is supported in the input field
  11.  
  12. Certain script errors are now flagged with proper linenumber and filename
  13.  
  14. There is now an explanation when quitting due to the 30 min limitation
  15.  
  16. There is now a small handle indicator in the draggable resizer bars
  17.  
  18. Behaviour of $C is changed to return the name of the topmost channel window, instead of the currently active window. In most cases this will not make a difference, but certain scripts that does a /join and later a $C will now work
  19.  
  20. Fixed an identd problem that caused problems for many users when trying to connect to a server. 
  21. Fixed tab between fields in clicking preferences
  22. Fixed timestamps on all msgs including server messages
  23. Fixed problem where bold style was being left on until plain
  24. Fixed correct color for first stylerun
  25. Fixed incorrect default font in the console window input field
  26.  
  27. 2.0b3 released 08/31/98
  28. This version further extends the scriptability of Snak with the functions $ischannel, $ischanop, $word, $encode, $decode, $word
  29.  
  30. Operators / * % ^ ~ ? are supported, so Snak now supports all ircII operators.
  31.  
  32. Numeric responses 313, 366, 381,401, 421 are now supported.
  33.  
  34. Selected default font and size are used in Query and DCC Chat
  35.  
  36. xecho function now handles the level and window parameter, so the output from many purepak scripts are no longer messed up
  37.  
  38. userhost function now handles the command parameter that could contain a script to be executed when the response was returned from the server. That means that useful purepak functions like ban, unban, enemy and friend works properly now.
  39.  
  40. The notify function will display a message in the active window when someone from the notify list signs on or off.
  41.  
  42. The /sound command to play wav files has been improved, and is now smarter in deciding when to send the sound to the channel.  
  43.  
  44. fixed crashes when the connection could not be opened
  45. fixed server messages were occasionally not the right color
  46. fixed incoming private actions are now supported in DCC Chat 
  47. fixed identd problem when there were two simultaneous connectio attempt
  48. fixed a number of cases where messages from the server would go to the console window instead of the topmost channel window
  49. fixed a crash that could happen when executing complex scripts because the program would run out of stack space.
  50.  
  51. 2.0b2 released 07/29/98
  52. This version improves the scriptability of Snak with 8 additional functions: $rand, $srand, $tdiff, $match, $rmatch, $toupper, $tolower, $strip. These functions are used in more than 200 places in PurePak so a significantly larger portion of PurePak now works properly.
  53.  
  54. Font and size selection now also applies to userlist and input field
  55. Outgoing /ctcp sound command now also plays the sound file
  56. Logging in /query now logs the nick as well as the text
  57.  
  58. fixed occasional crash when using < and >
  59. fixed occasional crash when closing a console window
  60. fixed crash when doing oper
  61. fixed incorrect return values from $mid 
  62. fixed redraw problem that could happen when selecting bold or underlined 
  63. fixed problem playing sounds when there was text after the sound name
  64.  
  65.  
  66. 2.0b1 released 07/12/98
  67. This version provides extensive scriptability and comes with the PurePak script package. Some language elements used by the package like event notification ("on <event>"), timers and some built in functions ($rand  and others) are not implemented yet. Please see the scripting chapter for a complete overview of the level of scripting support, and the available operators and commands.
  68. The shortcut menu next to the input field has been removed, and the input field is therefore larger.
  69. Playback of .wav files are supported if you have QuickTime 2.5 or newer.
  70. Contextual menus are supported. A later beta will allow the customization of the menus.
  71. Function keys are supported, and a script can be attached to the keys by editing the script files to associate a command with /F1 to /F12.
  72. The default timeout for servers has been increased to 35 seconds.
  73.  
  74. Fixed a problem in the identd server where it might not have time to send out the response if the other side was too quick to disconnect
  75. Fixed a problem where it did not remove your own nick from the list if you were kicked. 
  76. Fixes problem with the userlist redrawing improperly when the background was black
  77. Fixed crash with the Cycle windows command when there was no windows open
  78. Fixed /leave without a channel name problem
  79. Fixed a crash with multiple outstanding /whois
  80. Properly displays message when you try and do something that requires channel operator privileges
  81.  
  82. 1.4.1 released 06/14/98
  83. This version fixes a grave bug where three error dialogs would come up after connecting to a setup that had been changed from the default.
  84.  
  85. 1.4 released 06/13/98
  86. DCC chat and query handle multiple lines correctly
  87. File can be typed to channel with drag and drop to input field
  88. /type in query window is supported
  89. Userlist matches the color of the channel
  90. Compatible with SmartScroll
  91. Logon sequence changed slightly to accomodate talkcity servers
  92.  
  93. Fixed problem remembering window locations
  94. Fixed a problem where drag to trash would remove selection in table so that the item couldn't be deleted
  95. Fixed problem where connection with space in front of name would fail to create script file
  96. Fixed problem connecting when OpenTransport was missing
  97. Fixed problem when the a channel window was closed while not connected, connect and rejoin
  98. Fixed problem where the auto log had the wrong line ending
  99. Fixed /ping 
  100.  
  101. 1.4b3 released 06/06/98.
  102. The input field accepts Drag and Drop, and can handle multiple lines of text
  103. The conditional test in the "if" statement now works. This means that the possessive (his/her/the) is now set correctly based on the gender flag.
  104. Existing text in the channel, query or DCC chat  is written to the new logfile when logging is started manually.
  105. /wallops, /type, /omsg, /onotice and /flush are now supported
  106. $* supported
  107. NightStar network added
  108. Fixed problem when dragging file to empty cell in usertable
  109. Fixed problem with password protected channels
  110. Fixed crash when doing whois
  111. Fixed redraw and alias file when renaming connection in list
  112. Fixed incorrect aliases like /op and /topic
  113.  
  114. Scripting support is still incomplete, but now that conditional testing and branching works it should be manageable to make quick progress.
  115.  
  116. 1.4b2 released 05/18/98.
  117. Extended scripting support with multiline scripts, user definable variables, loading of script files.
  118. Support for Appearance Manager 1.0.1 and later.
  119. /load, /alias and /assign supported
  120. Fixed a crash shortly after startup when the USERHOST info was returned
  121. Fixed inability of 68K version to receive DCC transfer
  122. Fixed incorrect selection of timestamp radio button
  123. Fixed scroll problem in ignore list
  124. Fixed incorrect mode selection in DCC send that would force MacBinary in all cases
  125. The scripting support is incomplete. "if" works partially but all other conditional commands are unimplemented. The input field is a few pixels too small. The Scripting panel in the preferences is empty.
  126.  
  127. 1.4b1 released 03/29/98.
  128. Connection setup and open channels can be saved to a setup file that can be clicked to restore the session automatically
  129. Files can be sent with DCC by dropping them on the Userlist
  130. Displays a Save as dialog when receiving files with DCC
  131. /dcc get [optional nick] supported
  132. /server supported, also /server + and /server -
  133. Users can be dragged to ignore the panel for easier Ignore
  134. Fixed: if an connection record was changed while the connection window was up, the old values would be restored when the window was closed
  135. Fixed: Certain characters redirected channel input to server window
  136. Fixed: Editing aliases could make them unuseable
  137. Fixed: Window titles could be truncated
  138. Fixed: Checkbox problem in DCC auto receive
  139. Fixed: Selection of autoreceive folder was one level too far down
  140. Fixed: The divider bars were hard to use
  141. Fixed: The userlist divider could be dragged beyound the edge
  142. Fixed: Resize problem in DCC chat window
  143. Fixed: DCC notifications from a channel member went to the console window
  144.  
  145. 1.3.1 released 03/04/98.
  146. Automatic reconnection preference works
  147. Timestamping preference works
  148. Autoscrolling bug when the userlist was resized is fixed 
  149. Lost characters in channel name in join channel dialog fixed
  150. Fixed text alignment when the text size is changed
  151.  
  152. 1.3 released 02/16/98.
  153. Support for /ignore and /oper
  154. /join channel1,channel2 password  is supported
  155. /whois nick nick goes to target window
  156. fixed missing new line after /me in DCC chat
  157. fixed incorrect nick in /me in DCC chat
  158. more default connections
  159. many default channels
  160. channel list is shared among all connections
  161. progress bar at initial install
  162. remembers what connection windows was open at last quit
  163.  
  164. 1.3b3 released 01/25/98
  165. Four serious bugs have been fixed in the DCC function. DCC should now work reliably for both sending and receiving files. 
  166. /ping is now supported in the program itself, so please delete the /ping alias. 
  167. Major internal changes in preparation for supporting /ignore and highlight in next release. These changes should not affect any users.
  168.  
  169. 1.3b2 released 01/19/98
  170. A number of bugs related to the resizeable fields are fixed. 
  171. /broadcast and /bract are supported
  172. /ping now displays the response time
  173.                             (please add "$Z" to the end of the definitions of the /ping 
  174.                             alias and tool menu function for them to work properly, if 
  175.                             you already have an older copy of the Snak preferences) 
  176. The preference window have been redesigned 
  177. A bug in the Ircle color support is fixed. All 28 colors are now
  178. accessible.
  179. Two new scripting variables have been added : $Z returns a second count in UNIX format and $A returns the /away message
  180. Incoming channel pings are only sent to relevant channel
  181. Delete from tables now works with multiple items
  182. Query and DCC chat windows now support color
  183.  
  184. 1.3b1 released 01/11/98
  185. Input field, notify list and user list are now fully resizeable, and their settings are preserved for each channel and connection.
  186. A number of bugs in DCC was fixed which hopefully should make it possible to finally send files.
  187.  
  188. 1.2 released 01/04/98
  189. Channel listings now take advantage of Undernet improvements
  190. /userhost is supported
  191. Problem in the join channel dialog fixed
  192. /leave, /part, /clear fixed
  193. /Whois and /whowas output goes to sending window
  194.  
  195. 1.2b2 released 12/29/97
  196. Memory requirements for channel lists are drastically reduced
  197. Ircle and mIRC compatible color schemes are supported
  198. Problem in the /kick command fixed
  199. Tool functions available in the console window
  200. The Tab key now handles a list of the last 10 /msg sent
  201. Invitation dialogs no longer block the connection
  202.  
  203. 1.2b1 released 12/17/97
  204. Fixes a serious bug where it would crash when typing after clicking in a table.
  205. Supports the /DNS command
  206. Nicknames up to 30 characters long are supported
  207. Logging is now also supported in DCC chat and Query windows
  208.  
  209. 1.1.1 released 12/11/97
  210. bug fix for a problem with the scroll bar in the main text field
  211. PowerPC version now "weak links" against OpenTransport
  212. in an effort to fix the OTInetClientLib missing problem
  213.  
  214. 1.1 released 12/06/97
  215. /notify is supported with a notify list in the console window
  216. Double click in the userlist and notify list can be configured to execute a specific command
  217. cmd ,  (cmd-comma) will cycle through the windows
  218. Page up down, home and end is handled in all areas
  219. All keystrokes are directed to input field
  220. DCC Chat fixed
  221.  
  222. 1.1b2 released 11/22/97
  223. The text in the main channel window line up properly
  224.  /who is supported
  225. /join -invite is supported
  226. /invite without channel name is supported
  227. /away messages goes to all windows
  228. /whois nick nick now displays the idle time
  229. The input field is the active field when a channel window is selected
  230. color bug frequency reduced
  231. Better error message when inserting server twice
  232. Actions in query are supported
  233. Selected nick are kept when inserting or removing
  234. Window opening is speeded up
  235. Character translation in topics, channel names, etc.
  236.  
  237. 1.1b1 not publicly released
  238.  
  239. 1.0 released 11/09/97
  240. Character translation in Query and DCC chat windows
  241. Tab order in User database window fixed
  242. Fixed a problem in the cleanup after a successful DCC transfer
  243. Ident reenabled (this was accidentally disabled in f1)
  244. Fixed problem with multiline alias where each line was an alias
  245. Fixed  getting kicked from channel before window opened
  246. Prevented joining channels and DCC when not connected
  247. Fixed cosmetic issue where the DCC table would mix "from" and "to"
  248. Fixed incorrect message when a DCC chat was canceled.
  249. Fixed a problem when deleting a channel in the Join dialog
  250.  
  251. 1.0f1 released 10/31/97
  252. Registration features provided.
  253. DCC should now work completely.
  254. Auto rejoin channels after disconnect.
  255. Channel background colors are persistent.
  256. Character sets are mapped between ISO and Mac.
  257. Brings up a dialog when you join too many channels.
  258. The Up arrow no longer clears the input line.
  259.  
  260. 1.0 b9 released 10/05/97
  261. Connection records can specify multiple servers, which allows the program to try each server until it finds one that will connect.  
  262. The channel list will now display the channel names properly.
  263. Duplicates in the channel list on some servers fixed.
  264. DCC file sending and receiving, both binary and MacBinary  has been fixed.
  265.  
  266. 1.0 b8 released 09/10/97
  267. A number of problems in the way the database is built and used has been corrected
  268. The text fields only scroll if the scroller is at the bottom.
  269. Escape key clears input field
  270. Sound and notification when receiving a CTCP request
  271. Window size and locations are persistent
  272.  
  273. 1.0 b7 released 08/10/97
  274. Available in PowerPC and 68K versions
  275. MacBinary is supported on incoming DCC files
  276. Up and Down arrow keys will scroll through the last 10 messages in any input field
  277. Tab key will cycle through the last 10 people you sent /msg 's to .
  278. The problem with recursive aliases has been fixed (again)
  279.  
  280. 1.0 b6 released 07/14/97
  281. The supervisor can restrict opening of connections and file transfer
  282. The supervisor can limit access to channels whose names contain certain words and can configure Snak to leave the channel if certain words are uttered. 
  283. Userlist and channel list are sorted alphabetically
  284. Alias definitions can be saved to file
  285. DCC chat with bots work correctly
  286. The problem with recursive aliases has been fixed
  287.  
  288. 1.0 b5 released 06/22/97
  289. DCC File transfer
  290. DCC chat
  291. Find function can search channel text
  292. A list of nicks that are allowed to set up DCC connections to you automatically
  293. Optionally filetransfers and DCC chats can be auto accepted for every body
  294. Proper Icon and About Box
  295.  
  296. If you have the b4 package, please send me a copy of the release note I wrote for that version, thanks .... 
  297.  
  298. 1.0 b3 released 04/06/97
  299. Manual and automatic logging
  300. Sound
  301. Larger input field
  302. Query window configurable
  303.  
  304. 1.0 b2 released 03/23/97
  305. Supports /query
  306. Provides Drag and Drop in all tables
  307. Font and Font size is selectable in the channel window
  308. Additional scriping variables
  309. Fixes bug related to window placement on multiple monitors
  310.  
  311. 1.0 b1 released 03/03/97
  312. Initial release
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.